projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6233db3
)
Include sys/time.h.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 03:28:21 +0000
(
03:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jun 1993 03:28:21 +0000
(
03:28
+0000)
lib-src/wakeup.c
patch
|
blob
|
history
diff --git
a/lib-src/wakeup.c
b/lib-src/wakeup.c
index 7641843e406969573f9eb86cbea0e129dae6cfb0..d2035e3a523649dd3a9a0d493f8b374c6d925c23 100644
(file)
--- a/
lib-src/wakeup.c
+++ b/
lib-src/wakeup.c
@@
-2,6
+2,7
@@
#include <stdio.h>
#include <time.h>
+#include <sys/time.h>
struct tm *localtime ();